Index Parent

Guigfx class


The Guigfx class is a subclass of Area class and it is used to display picture files via guigfx.library.

Guigfx is a subclass of Guigfx.mcc so you must have Guigfx.mcc in MUI:Libs/MUI to use it. Guigfx.mcc is copyright of Matthias Bethke.

 

ATTRIBUTES
Name Type Class Note
FileName S I Name of the picture file to show
Quality M ISGN G2N A number or one of:
  • Low
  • Medium
  • High
  • Best
ScaleMode M ISGN G2N A number, None or a combination of:
  • ScaleUp
  • ScaleDown
  • ScaleFree
  • KAPicture
  • KAScreen
Transparency M ISGN G2N A number or a combination of:
  • Mask
  • RGB
TransparentColor N IS A 4 bytes max size packed char string ('00rrggbb'x)

 

METHODS
Name Parameters Note
none defined